home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat3 / unsetmenu.3 < prev    next >
Text File  |  1999-09-16  |  775b  |  67 lines

  1.  
  2.  
  3.  
  4. unsetmenu(3)                   Scilab Function                   unsetmenu(3)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   unsetmenu - interactive button or menu or submenu de-activation
  13.  
  14. CALLING SEQUENCE
  15.   unsetmenu(button,[nsub])
  16.   unsetmenu(gwin,button,[nsub])
  17.  
  18. PARAMETERS
  19.  
  20.   button
  21.        : a character string. The button name
  22.  
  23.   gwin : integer. The number of graphic window where the button is installed
  24.  
  25.   nsub : integer. The number of submenu to de-activate (if any). If button
  26.        has no sub-menu, nsub is ignored
  27.  
  28.  
  29.  
  30. DESCRIPTION
  31.   The function allows the user to desactivate  buttons or menus created by
  32.   addmenu in the main or graphics windows command panels.
  33.  
  34.  
  35.  
  36. EXAMPLE
  37.   addmenu('foo')
  38.   unsetmenu('foo')
  39.  
  40.   unsetmenu('File',2)
  41.  
  42. SEE ALSO
  43.   delmenu, setmenu, addmenu
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.